home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vsocx / readme.txt < prev    next >
Encoding:
Text File  |  1998-10-21  |  12.3 KB  |  290 lines

  1. ===================================================================================
  2. VS-OCX 6.0 Build 26
  3. ===================================================================================
  4.  
  5. ================================================
  6. UNDOCUMENTED PROPERTIES (CUMULATIVE)   13 Oct 98
  7. ================================================
  8.  
  9. ================================================
  10. WARNINGS AND CAVEATS (CUMULATIVE)      13 Oct 98
  11. ================================================
  12. VS-OCX6 and VSLIGHT6 are not guaranteed to run under Windows 3.1 or Windows NT 3.51.
  13.  
  14. To use VS-OCX under Windows NT4, you have to have Service Pack 2 or later installed.
  15. Correct function of VS-OCX under Windows NT4 without SP2 or later is not guaranteed.
  16.  
  17. Loading more than one instance of vsElasticLight in an array at runtime may cause a crash.
  18.  
  19. At runtime, do not move controls on a form that contains an Elastic Light, or if they are
  20. children of vsElastic which has AutosizeChildren set to Proportional or Grid.  If you have
  21. to move one or more controls that are children of an Elastic, set vsElastic's
  22. AutosizeChildren to None, move controls as needed, and set autosizing back to its original
  23. value.  If you are moving controls sized by ElasticLight, disable the ElasticLight first,
  24. move controls, and re-enable the elastic.  Refer to the Move Controls demo in VSOCX6\Samples.
  25.  
  26. ================================================
  27. DOCUMENTATION CHANGES                  13 Oct 98   
  28. ================================================
  29.  
  30. ================================================
  31. CORRECTED PROBLEMS                     13 Oct 98
  32. ================================================
  33. Graphical button not repainting
  34.  
  35. ================================================
  36. WAIVERS (CUMULATIVE)                   13 Oct 98
  37. ================================================
  38. By design, Elastic Light placed on any other container than a form (for example,
  39. in a user control) will not work.
  40.  
  41. ================================================
  42. KNOWN PROBLEMS (CUMULATIVE)            13 Oct 98
  43. ================================================
  44. Elastic placed on an MDI child disables its standard Windows form-controlling keys.
  45. Cause:    Under investigation.
  46. Circumvention:  None.
  47.  
  48. Focus on IndexTab causes the Form_KeyDown event fire twice.
  49. If an MDI child contains only one elastic, clicking on the elastic will not bring
  50. the child form into foreground.
  51. Cause:     A Windows problem.
  52. Circumvention:  Place one native VB control (such as button) on top of the tab
  53.                 or elastic.
  54.  
  55. Version number in vbp is incorrect
  56. Making controls visible brings them to the front
  57. Elastic alone on MDI child form disables standard Win keys (ctrl F6)
  58.  
  59. ================================================
  60. End of entries for build 26            13 Oct 98
  61. ================================================
  62.  
  63.  
  64. ===================================================================================
  65. VS-OCX 6.0 Build 25
  66. ===================================================================================
  67. ================================================
  68. CORRECTED PROBLEMS                     2 Oct 98
  69. ================================================
  70. IndexTab DogEars not active at design time 
  71. When tabs are off the form, pages don't switch
  72. Awk appends line feed to line when using FindLine
  73. Preview scrolls right but doesn't scroll left
  74. DBCS characters are not honored in TagSplit
  75. Design-time messages not defined as resources (can't localize)
  76. DBCS characters not recognized as part of variable names
  77. Elastic light interfers with drive combo box (doesn't drop)
  78. Template property doesn't set AutoSizeChildren for some settings
  79.  
  80. ================================================
  81. End of entries for build 25             2 Oct 98
  82. ================================================
  83.  
  84.  
  85. ===================================================================================
  86. VS-OCX Build 24
  87. ===================================================================================
  88. ================================================
  89. CORRECTED PROBLEMS                     30 Sep 98
  90. ================================================
  91. Added necessary support for VC++
  92.  
  93. ================================================
  94. End of entries for build 24             30 Sep 98
  95. ================================================
  96.  
  97.  
  98. ===================================================================================
  99. VS-OCX 6.0 Build 23
  100. ===================================================================================
  101. ================================================
  102. CORRECTED PROBLEMS                     27 Sep 98
  103. ================================================
  104. Awk not firing error 12 on overflow
  105. Unable to delete last tab using TabCaption property
  106.  
  107. ================================================
  108. End of entries for build 23             27 Sep 98
  109. ================================================
  110.  
  111.  
  112. ===================================================================================
  113. VS-OCX 6.0 Build 22
  114. ===================================================================================
  115. ================================================
  116. CORRECTED PROBLEMS                     11 Sep 98
  117. ================================================
  118. Crash with GreenTree masked control in MDI form
  119. KeyDown/Up fired twice (or none on Arrows) when KeyPreview = True
  120.  
  121. ================================================
  122. End of entries for build 22           11 Sep 98
  123. ================================================
  124.  
  125.  
  126. ===================================================================================
  127. VS-OCX 6.0 Build 21
  128. ===================================================================================
  129. ================================================
  130. CORRECTED PROBLEMS                     26 Aug 98
  131. ================================================
  132. Banner popping up when it shouldn't (vsatl.h)
  133. Awk's Val function incorrect with nested variables
  134. DBCS in Awk variables
  135. Tab message not always shown at design time
  136. Design-time mouse handling more stable (no code window)
  137. OleContainer control does not resize
  138.  
  139. ================================================
  140. End of entries for build 20             26 Aug 98 
  141. ================================================
  142.  
  143.  
  144. ===================================================================================
  145. VS-OCX 6.0 Build 19
  146. ===================================================================================
  147. ================================================
  148. CORRECTED PROBLEMS                     15 Aug 98 
  149. ================================================
  150. Problems with tabs + proportional resizing *16 bits*
  151. Problems with grid resizing - small to large font
  152. Grid sizing with fixed divisions on different resolution/font size
  153.  
  154. ================================================
  155. End of entries for build 19             15 Aug 98 
  156. ================================================
  157.  
  158.  
  159. ===================================================================================
  160. VS-OCX 6.0 Build 18
  161. ===================================================================================
  162. ================================================
  163. DOCUMENTATION CHANGES                  30 Jun 98   
  164. ================================================
  165. New feature in vsAwk: User-defined functions.
  166.  
  167. Builds 14 and later allow for user-defined functions in the vsAwk expression
  168. evaluator.
  169.  
  170. User-defined functions are called from the vsAwk's Variable event handler.
  171.  
  172. Please refer to the AwkUDF demo application distributed with the control commencing
  173. with build 18 on June 30, 1998.
  174.  
  175. ** NOTE **
  176. This demo requires VS-OCX version 6.0.0.14 (May 21) or later.
  177. Older versions will fail and refuse to evaluate user-defined functions.
  178.  
  179. ================================================
  180. CORRECTED PROBLEMS                     30 Jun 98
  181. ================================================
  182. VS-OCX
  183.    Accelerator keys do not work if shortcut preceded by double ampersand
  184.    Awk's F() property fails on fields longer than 32k
  185.    Click not fired for tab in back row
  186.    Elastic not disabled
  187.    Font in MaskEdBox is not resized
  188.    IndexTab tracking fails if Click is used to activate a dialog
  189.    Message in About box is hard to read
  190.    Proportional resizing incorrect if the form has a menu
  191.    Version property was returning wrong value in 16-bit version
  192.  
  193. Light
  194.    Click on a button prior to sizing crashes VB5
  195.  
  196. ================================================
  197. End of entries for build 18            30 Jun 98
  198. ================================================
  199.  
  200. ===================================================================================
  201. VS-OCX Build 14 
  202. ===================================================================================
  203. ================================================
  204. CORRECTED PROBLEMS                     21 May 98
  205. ================================================
  206. VS-OCX
  207.    Grid mode loses position of children
  208.  
  209. VSVBX
  210.    "About" banner dates wrong
  211.  
  212. ================================================
  213. End of entries for build 14            21 May 98
  214. ================================================
  215.  
  216. ===================================================================================
  217. Build 12 
  218. ===================================================================================
  219. ================================================
  220. CORRECTED PROBLEMS                      8 Apr 98
  221. ================================================
  222. VS-OCX
  223.    Properties lost in VB4 (VB4 bug circumvented)
  224.  
  225. ================================================
  226. End of entries for build 12             8 Apr 98
  227. ================================================
  228.  
  229. ===================================================================================
  230. Build 11 
  231. ===================================================================================
  232. ================================================
  233. DOCUMENTATION CHANGES                  31 Mar 98   
  234. ================================================
  235.  
  236. Build 11 of 31 March 1998 introduces two new settings for the Appearance property:
  237. apRaised and apInset.  apRaised gives elastic a 3D raised look, apInset makes it appear
  238. inset, similar to the PictureBox control.
  239.  
  240. ================================================
  241. CORRECTED PROBLEMS                     31 Mar 98
  242. ================================================
  243. ElasticLight
  244.    Form with ControlBox False may crash VB when resized
  245.  
  246. VS-OCX
  247.    Awk's F(0) fails to set a correct value 
  248.    Conversion from 16 to 32 bits fails
  249.    DogEar inherits a wrong size
  250.    Elastic may snap children to a wrong position
  251.    Enhanced metafile handled incorrectly
  252.    ForeColorDisabled not persisted
  253.    MDI child with Proportional/Grid elastic crashes on unload
  254.    TabPictures not persisted
  255.    VB form prints Elastic's captions incorrectly
  256.  
  257. ================================================
  258. End of entries for build 11            31 Mar 98
  259. ================================================
  260.  
  261. ===================================================================================
  262. Initial build 
  263. ===================================================================================
  264. ================================================
  265. UPGRADE FROM VERSION 5 TO VERSION 6    23 Mar 98
  266. ================================================
  267. You can upgrade your projects using VS-OCX version 5 to version 6 by the Convert utility
  268. which is distributed in c:\Vs\Vsocx6\Samples\Convert.
  269.  
  270. The utility is distributed "as-is."
  271.  
  272. The utility converts only controls with Style Classic and Frame that are supported in 
  273. version 6.  Version 5 styles Button and Toggle Button which are not supported in version 6
  274. are converted to Classic.
  275.  
  276. ================================================
  277. DOCUMENTATION CHANGES                  23 Mar 98   
  278. ================================================
  279. A new hint on splitter behavior added to the Hints and Troubleshooting section of
  280. the Help file.  This entry is not in the printed document.
  281.  
  282. ================================================
  283. CORRECTED PROBLEMS                     23 Mar 98
  284. ================================================
  285. Not applicable for the initial build.
  286.  
  287. ================================================
  288. End of entries for the initial release 23 Mar 98
  289. ================================================
  290.